home *** CD-ROM | disk | FTP | other *** search
- ; IExplore 30 Simplified Chinese language support Kit installation inf.
- ; Copyright (c) 1996 Microsoft Corporation
- ; Author: christw
-
- [version]
- signature="$CHICAGO$"
- SetupClass=BASE
-
- [DefaultInstall]
- CopyFiles=IEKFont.install, IENlsWin.sys.install
- AddReg=IEIntl.Add.Reg,IENlsWin.Add.Reg,IEKFontWin.Add.Reg
-
- [DefaultInstall.NT]
- CopyFiles=IEKFont.install, IENlsNT.sys.install
- AddReg=IEIntl.Add.Reg,IENlsNT.Add.Reg,IEKFontNT.Add.Reg
-
- [IEKFont.install]
- mssong.ttf
- mshei.ttf
-
- [IENlsWin.sys.install]
- cp_936.nls
-
- [IENlsNT.sys.install]
- c_936.nls
-
- [DestinationDirs]
- IEKFont.install=20 ;to Fonts
- IENlsWin.sys.install=11 ;to system
- IENlsNT.sys.install=11 ;to system
-
- [SourceDisksNames]
- 55="Internet Explorer v3.0 LangPacks","",1
-
- [SourceDisksFiles]
- mssong.ttf=55
- mshei.ttf=55
- cp_936.nls=55
- c_936.nls=55
-
- [IEIntl.Add.Reg]
- HKCU,%INTLKEY%\936,"IEFixedFontName",2,"MS Song"
- HKCU,%INTLKEY%\936,"IEPropFontName",2,"MS Song"
- HKCU,%INTLKEY%\936,"Script",2,"Chinese (simplified)"
- HKCU,%INTLKEY%\936,"Default_Encoding",2,"GB2312"
- HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{76C19B34-F0C8-11cf-87CC-0020AFEECF20}",,0,"Simp Chinese Language Pack"
- HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{76C19B34-F0C8-11cf-87CC-0020AFEECF20}","Version",1,04,00,46,00,00,00,83,04
-
- [IENlsWin.Add.Reg]
- HKLM,%CPKEY%,"936",,"cp_936.nls"
-
- [IENlsNT.Add.Reg]
- HKLM,%CPKEY%,"936",,"c_936.nls"
-
- [IEKFontWin.Add.Reg]
- HKLM,%FONTSKEYWIN%,"MS Song (True Type)",,"mssong.ttf"
- HKLM,%FONTSKEYWIN%,"MS Hei (True Type)",,"mshei.ttf"
-
- [IEKFontNT.Add.Reg]
- HKLM,%FONTSKEYNT%,"MS Song (True Type)",,"mssong.ttf"
- HKLM,%FONTSKEYNT%,"MS Hei (True Type)",,"mshei.ttf"
-
-
- [Strings]
- INTLKEY = "Software\Microsoft\Internet Explorer\International"
- CPKEY = System\CurrentControlSet\control\Nls\Codepage
- FONTSKEYWIN = Software\Microsoft\Windows\CurrentVersion\Fonts
- FONTSKEYNT = Software\Microsoft\Windows NT\CurrentVersion\Fonts
-